|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.ui.commands.CommandHandlerServiceFactory
This class allows clients to broker instances of ICommandHandlerService
.
This class is not intended to be extended by clients.
EXPERIMENTAL
Method Summary | |
static ICompoundCommandHandlerService |
getCompoundCommandHandlerService()
Creates a new instance of ICompoundCommandHandlerService . |
static IMutableCommandHandlerService |
getMutableCommandHandlerService()
Creates a new instance of IMutableCommandHandlerService . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static ICompoundCommandHandlerService getCompoundCommandHandlerService()
ICompoundCommandHandlerService
.
ICompoundCommandHandlerService
.
Clients should not make assumptions about the concrete
implementation outside the contract of the interface. Guaranteed
not to be null
.public static IMutableCommandHandlerService getMutableCommandHandlerService()
IMutableCommandHandlerService
.
IMutableCommandHandlerService
.
Clients should not make assumptions about the concrete
implementation outside the contract of the interface. Guaranteed
not to be null
.
|
Eclipse Platform Pre-release 3.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |